@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
}

html,
body {
    width: 100%;
    height: 100%;
}



#bg_video {
    position: fixed;
    top: 0px;
    left: 480px;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

#bg_video video {
    width: 70%;
    height: 100vh;
    object-fit: cover;

}

#main {
    width: 100%;
    height: 100%;
    /* background-color: #D0D4D5; */
    position: relative;
}

#nav {
    width: 100%;
    height: 75px;
    display: flex;
    padding: 0 80px;
    align-items: center;

    justify-content: space-between;
    background-color: #e3dede;
}

#nav img {
    height: 4vw;
    margin-right: 200px;
}

#nav-prt1 {

    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    height: 45px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}



#nav-prt1 p {
    margin-right: 40px;
    font-size: 1.2vw;
    text-transform: uppercase;
    font-weight: 600;

}

#nav-prt2 i {
    margin-right: 40px;
    font-size: 1.5vw;
    cursor: pointer;
}

#content {
    width: 100%;
    height: calc(100vh - 110px);
    display: flex;
    position: relative;
    /* justify-content: flex-end; */
    /* padding-left: 150px; */
    /* background-color: rgb(37, 36, 36); */
    z-index: -100;


}

#more_content {
    width: 100%;
    height: calc(100vh - 110px);
    display: flex;
    position: relative;
    background-color: #D0D4D5;
}

#left {
    width: 35%;
    height: 100%;
    padding: 20px 60px;
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    flex-direction: column;
    color: rgb(60, 58, 58)
}

#left h5 {
    font-size: 22px;
    line-height: 60px;
    color: #050202a4;
}

#left h1 {
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
}

#left p {
    font-size: 1vw;
    width: 90%;
}

#left button {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 45px;
    border-radius: 50px;
    border-top-left-radius: 0px;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
}

#right {
    width: 65%;
    height: 100%;
    position: relative;
    padding: 85px 50px;
    white-space: nowrap;
    overflow-x: auto;
}

#right::-webkit-scrollbar {
    display: none;
}

.elem {
    width: 20vw;
    height: 55vh;
    position: relative;
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-right: 30px;
    display: inline-block;
    overflow: hidden;
}

.elem img {
    width: 100%;
    height: 70%;
    top: 0%;
    object-fit: cover;
    position: absolute;

}

.elem h4 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #909394;
    padding: 15px 30px;
    border-radius: 6px;
}

.elem h5 {
    position: absolute;
    bottom: 12%;
    right: 0;
    background-color: #000000;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 15px 30px;
    border-radius: 6px;
}

#hero {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 100px 50px;
    white-space: nowrap;
    overflow-x: auto;
    background-color: #f0f4f5;
}

#hero::-webkit-scrollbar {
    display: none;
}

.shoebox {
    width: 25vw;
    height: 65vh;
    position: relative;
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-right: 30px;
    display: inline-block;
    overflow: hidden;
}

.shoebox img {
    width: 100%;
    height: 100%;
}

footer {
    width: 100%;
    height: 60vh;
    background-color: #111111;
}

#foot1 {
    width: 100%;
    height: 85%;
    display: flex;
}

.footbox {
    width: 15%;
    height: 90%;
    margin-top: 2%;
    margin-left: 2%;
}

.footbox h2 {
    padding: 0px 10px;
    font-size: 19px;
    color: #ffffff;
    font-weight: bolder;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.footbox p {
    padding: 10px 10px 10px;
    font-size: 13px;
    color: #7e7e7e;
}

#footLink {
    width: 20%;
    height: 25%;
    margin-top: 2%;
    margin-left: 25%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#footLink i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #7e7e7e;
    transition: all 0.1s;
    cursor: pointer;
}

#footLink i:hover {
    background-color: #ffffff;
}

#foot2 {
    width: 100%;
    height: 15%;
    display: flex;
}

#footleft {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footleft i {
    color: #ffffff;
    padding: 0px 10px;
}

#footleft h2 {
    font-size: 18px;
    color: #ffffff;
    padding: 0px 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#footleft p {
    font-size: 10px;
    padding: 0px 2px;
    color: #7e7e7e;
}

.footp:hover {
    color: #ffffff;
}

#menuDiv {
    width: 60%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    background-color: #d0d4d545;
    box-shadow: 5px 0px 50px black;
    display: none;
    animation: menu 0.2s;
}

#menuDiv-box {
    width: 40%;
    height: 70%;
    position: absolute;
    top: 20%;
    right: 15%;
}

#menuDiv-box p {
    margin-bottom: 7%;
    font-size: 22px;
    padding: 25px 30px;
    cursor: pointer;
}

#menuDiv-box p:hover {
    color: #D0D4D5;
    background-color: #7e7e7e;
}

#cross {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 2.5vw;
    cursor: pointer;
}

@keyframes menu {
    from {
        transform: translate(-40%, 0%);
    }

    to {
        transform: translate(0%, 0%);
    }
}

@media screen and (max-width:999px) {
    #nav {
        padding: 0 50px;
    }

    #nav img {
        height: 10vw;
    }

    #nav-prt1 p {
        display: none;
    }

    #nav-prt2 i {
        margin-right: 40px;
        font-size: 3.5vw;
    }

    #content {
        width: 100%;
        height: calc(100vh - 110px);
        display: flex;
        position: relative;
    }

    #left {
        width: 40%;
        height: 100%;
        padding: 20px 30px;
        display: flex;
        align-items: start;
        justify-content: space-evenly;
        flex-direction: column;
    }

    #left h5 {
        font-size: 20px;
        line-height: 40px;
        color: #535353;
    }

    #left h1 {
        font-size: 55px;
        line-height: 50px;
        text-transform: uppercase;
    }

    #left p {
        width: 85%;
        font-size: 2.5vw;
    }

    #left button {
        background-color: #000;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 15px 45px;
        border-radius: 50px;
        border-top-left-radius: 0px;
        text-transform: uppercase;
        outline: none;
        border: none;
        cursor: pointer;
    }

    #right {
        width: 60%;
        height: 100%;
        position: relative;
        padding: 120px 50px;
        white-space: nowrap;
        overflow-x: auto;
    }

    #right::-webkit-scrollbar {
        display: none;
    }

    .elem {
        width: 35vw;
        height: 55vh;
        position: relative;
        box-shadow: 0 5px 10px rgb(0, 0, 0, 0.3);
        border-radius: 10px;
        margin-right: 30px;
        display: inline-block;
        overflow: hidden;
    }

    .elem img {
        width: 100%;
        height: 70%;
        top: 0%;
        object-fit: cover;
        position: absolute;

    }

    .elem h4 {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #909394;
        padding: 20px 35px;
        border-radius: 6px;
    }

    .elem h5 {
        position: absolute;
        bottom: 12.5%;
        right: 0;
        background-color: #000000;
        color: #fff;
        font-weight: 500;
        font-size: 13px;
        padding: 20px 35px;
        border-radius: 6px;
    }

    #hero {
        width: 100%;
        height: 100vh;
        position: relative;
        padding: 100px 50px;
        white-space: nowrap;
        overflow-x: auto;
        background-color: #D0D4D5;
    }

    #hero::-webkit-scrollbar {
        display: none;
    }

    .shoebox {
        width: 45vw;
        height: 60vh;
        position: relative;
        box-shadow: 0 5px 10px rgb(0, 0, 0, 0.3);
        border-radius: 10px;
        margin-right: 30px;
        display: inline-block;
        overflow: hidden;
    }

    .shoebox img {
        width: 100%;
        height: 100%;
    }

    footer {
        width: 100%;
        height: 60vh;
        background-color: #111111;
    }

    #foot1 {
        width: 100%;
        height: 85%;
        display: flex;
    }

    .footbox {
        width: 15%;
        height: 90%;
        margin-top: 2%;
        margin-left: 2%;
    }

    .footbox h2 {
        padding: 0px 10px;
        font-size: 18px;
        color: #ffffff;
        font-family: "Oswald", sans-serif;
    }

    .footbox p {
        padding: 10px 10px 10px;
        font-size: 13px;
        color: #7e7e7e;
    }

    #footLink {
        width: 20%;
        height: 25%;
        margin-top: 2%;
        margin-left: 25%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    #footLink i {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        background-color: #7e7e7e;
        transition: all 0.1s;
        cursor: pointer;
    }

    #footLink i:hover {
        background-color: #ffffff;
    }

    #foot2 {
        width: 100%;
        height: 15%;
        display: flex;
    }

    #footleft {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #footleft i {
        color: #ffffff;
        padding: 0px 10px;
    }

    #footleft h2 {
        font-size: 18px;
        color: #ffffff;
        padding: 0px 10px;
        font-family: "Oswald", sans-serif;
    }

    #footleft p {
        font-size: 10px;
        padding: 0px 2px;
        color: #7e7e7e;
    }

    .footp:hover {
        color: #ffffff;
    }

    #menuDiv {
        width: 60%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        backdrop-filter: blur(10px);
        background-color: #d0d4d545;
        box-shadow: 5px 0px 50px black;
        display: none;
        animation: menu 0.2s;
    }

    #menuDiv-box {
        width: 40%;
        height: 70%;
        position: absolute;
        top: 20%;
        right: 15%;
    }

    #menuDiv-box p {
        margin-bottom: 7%;
        font-size: 22px;
        padding: 25px 30px;
        cursor: pointer;
    }

    #menuDiv-box p:hover {
        color: #D0D4D5;
        background-color: #7e7e7e;
    }

    #cross {
        position: absolute;
        top: 5%;
        right: 5%;
        font-size: 2.5vw;
        cursor: pointer;
    }
}

@media screen and (max-width:679px) {
    #nav {
        padding: 0 50px;
    }

    #nav img {
        height: 10vw;
    }

    #nav-prt1 p {
        display: none;
    }

    #nav-prt2 {
        width: 60%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    #nav-prt2 i {
        margin-right: 40px;
        font-size: 5vw;
    }

    #content {
        width: 100%;
        height: calc(100vh - 110px);
        display: flex;
        position: relative;
    }

    #left {
        width: 40%;
        height: 100%;
        padding: 10px 5px;
        display: flex;
        align-items: start;
        justify-content: space-evenly;
        flex-direction: column;
    }

    #left h5 {
        font-size: 20px;
        line-height: 40px;
        color: #535353;
    }

    #left h1 {
        font-size: 55px;
        line-height: 50px;
        text-transform: uppercase;
    }

    #left p {
        width: 85%;
        font-size: 2.5vw;
    }

    #left button {
        background-color: #000;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 15px 45px;
        border-radius: 50px;
        border-top-left-radius: 0px;
        text-transform: uppercase;
        outline: none;
        border: none;
        cursor: pointer;
    }

    #right {
        width: 60%;
        height: 100%;
        position: relative;
        padding: 300px 50px;
        white-space: nowrap;
        overflow-x: auto;
    }

    #right::-webkit-scrollbar {
        display: none;
    }

    .elem {
        width: 35vw;
        height: 35vh;
        position: relative;
        box-shadow: 0 5px 10px rgb(0, 0, 0, 0.3);
        border-radius: 10px;
        margin-right: 30px;
        display: inline-block;
        overflow: hidden;
    }

    .elem img {
        width: 100%;
        height: 70%;
        top: 0%;
        object-fit: cover;
        position: absolute;

    }

    .elem h4 {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #909394;
        padding: 10px 10px;
        border-radius: 6px;
    }

    .elem h5 {
        position: absolute;
        bottom: 9%;
        right: 0;
        background-color: #000000;
        color: #fff;
        font-weight: 500;
        font-size: 13px;
        padding: 10px 10px;
        border-radius: 6px;
    }

    #hero {
        width: 100%;
        height: 100vh;
        position: relative;
        padding: 250px 50px;
        white-space: nowrap;
        overflow-x: auto;
        background-color: #D0D4D5;
    }

    #hero::-webkit-scrollbar {
        display: none;
    }

    .shoebox {
        width: 70vw;
        height: 50vh;
        position: relative;
        box-shadow: 0 5px 10px rgb(0, 0, 0, 0.3);
        border-radius: 10px;
        margin-right: 30px;
        display: inline-block;
        overflow: hidden;
    }

    .shoebox img {
        width: 100%;
        height: 100%;
    }

    footer {
        height: auto;
    }

    #foot1 {
        flex-direction: column;
        height: auto;
    }

    .footbox {
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }

    #footLink {
        width: 100%;
        margin: 20px 0;
        flex-direction: row;
        justify-content: center;
    }

    #footLink i {
        margin: 0 10px;
    }

    #foot2 {
        flex-direction: column;
        height: auto;
        text-align: center;
    }

    #footleft {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    #footleft * {
        margin: 5px;
    }

    #menuDiv {
        width: 80%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        backdrop-filter: blur(10px);
        background-color: #d0d4d545;
        box-shadow: 5px 0px 50px black;
        display: none;
        animation: menu 0.2s;
    }

    #menuDiv-box {
        width: 60%;
        height: 70%;
        position: absolute;
        top: 20%;
        right: 25%;
    }

    #menuDiv-box p {
        margin-bottom: 7%;
        font-size: 22px;
        padding: 25px 30px;
        cursor: pointer;
    }

    #menuDiv-box p:hover {
        color: #D0D4D5;
        background-color: #7e7e7e;
    }

    #cross {
        position: absolute;
        top: 3%;
        right: 10%;
        font-size: 5.5vw;
        cursor: pointer;
    }
}




.scroll-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0px;
    background-color: #f0f4f5;
    border: 1px solid #f0f4f5;
}

.scroll-container img {
    display: inline-block;
    width: 550px;
    height: 390px;
    object-fit: cover;
    margin-right: 16px;
}

.scroll-container img:last-child {
    margin-right: 0;
}

.featured-section {
    padding: 115px;
    font-style: normal;
    background-color: #f0f4f5;

}

.featured-section h2 {
    text-align: left;
    margin-bottom: 20px;

}

.featured-items {
    display: flex;
    gap: 20px;
}

.featured-item {
    flex: 1;
    overflow: hidden;
    text-align: left;
}

.featured-item img {
    width: 100%;
    height: 600px;
    display: block;
}

.featured-info {
    padding: 10px 0;

}

.featured-info h3 {
    margin: 0 0 5px 0;
    font-size: 23px;
}

.featured-info p {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.featured-info a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 14px;
}
































@media (max-width: 768px) {

    /* Hide video on mobile devices */
    #bg_video {
        display: none;
    }

    #nav-prt1 {
        display: none;
    }

    /* Adjust navigation padding */
    #nav {
        padding: 0 10px;
    }

    /* Adjust logo size */
    #nav img {
        height: 40px;
    }

    /* Adjust navigation padding */
    #nav {
        padding: 0 5px;
        /* Reduced padding */
    }

    /* Adjust logo size */
    #nav img {
        height: 40px;
    }

    /* Adjust navigation links margin */
    #nav-prt1 p {
        margin: 0 5px;
    }

    /* Adjust navigation icons margin */
    #nav-prt2 i {
        margin-right: 10px;
    }

    /* Center content in the middle */
    #content {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 10px;
    }

    #left {
        max-width: 100%;
        margin: 0 auto;
    }

    /* Adjust content text */
    #left h5 {
        font-size: 1rem;
    }

    #left h1 {
        font-size: 2rem;
    }

    #left p {
        font-size: 0.9rem;
        margin: 10px;
    }

    #left button {
        display: inline-block;
        margin: 10px auto 0 auto;
        /* Center button and add margin */
    }
}


@media (max-width: 768px) {
#more_content {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#left, #right {
    width: 100%;
    padding: 20px;
}
.elem, .shoebox {
    width: 90%;
    margin: 10px auto;
}
}

.featured-section {
    padding: 50px;
    background-color: #f9f9f9;
}

.featured-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.featured-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.featured-item {
    flex: 1 1 calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
}

.featured-item img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.featured-info {
    padding: 20px;
}

.featured-info h3 {
    margin: 10px 0;
    font-size: 1.5rem;
}

.featured-info a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Media Query for Mobile Devices */
@media screen and (max-width: 600px) {
    .featured-item {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .featured-info h3 {
        font-size: 1.2rem;
    }

    .featured-info a {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}
#shop_by_sport{
    font-size: large;
     background-color:  #c7cecf;
      padding-left: 100px;
      padding-right: 100px;
      padding-top: 90px
      ;padding-bottom: 90px;
}


.sbp{
    padding-left: 12px;font-size: 30px;
}

.scroll-container img{
    padding :10px;
}

.scroll-container img div{
     padding :10px;
}

@media (max-width: 768px) {
    #shop_by_sport{
        display: none;
    }
}